-- background: 52531 from stack: in -- bmap block id: 52880 -- flags: 0000 -- background id: 0 -- name: afeBack ----- HyperTalk script ----- on closeBackground global mapLoc put 19 into mapLoc end closeBackground -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=428 top=317 right=342 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 18611 / 18611 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: prev ----- HyperTalk script ----- on mouseUp visual dissolve go prev end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=455 top=317 right=342 bottom=483 -- title width / last selected line: 0 -- icon id / first selected line: 18612 / 18612 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: next ----- HyperTalk script ----- on mouseUp visual dissolve go next end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=482 top=317 right=342 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 18613 / 18613 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: return ----- HyperTalk script ----- on mouseUp pop card into lastPush if the short name of this stack is not in lastPush then visual dissolve go card "Map" else visual dissolve go lastPush end if end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 2001 -- rect: left=10 top=1 right=20 bottom=37 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Menu ----- HyperTalk script ----- on mousedown global checkedItem, clickTime put 8 into checkedItem mainMenu put the ticks into clickTime end mousedown